6. Change the image tag at the end of the url to your own image tag - mine was called sky.png. You will need to substitute it with the name of your own image.
7. Make sure you keep the rest of the url the same - i.e. '/space/showimage/' stays the same.
Now you have made a great background for your page.
If you want a solid color background all you need is a solid colored image - make one in photoshop or any photo manipulation program (or take a screenshot on a Mac).
Add a background image (or solid color) to a page background
1. You will need to prepare the picture you want for the background and make sure it is resized to the actual size.
2. Click 'insert image' button and upload your image to wikispaces. Do not place it on your page.
3. Click the 'embed widget' button, click 'Other HTML' and paste in the following html.
<scriptlanguage="javascript"> document.getElementById("content_view").style.background = "url('http://gettingtrickywithwikis.wikispaces.com/space/showimage/sky.jpg') center center no-repeat fixed;"; </script>
4. You will now need to edit the html a little.
5. Change the url to your own wiki url - I used mine but you will need to substitue it for your own.
http://gettingtrickywithwikis.wikispaces.com/
6. Change the image tag at the end of the url to your own image tag - mine was called sky.png. You will need to substitute it with the name of your own image.
http://gettingtrickywithwikis.wikispaces.com/space/showimage/sky.jpg
7. Make sure you keep the rest of the url the same - i.e. '/space/showimage/' stays the same.
Now you have made a great background for your page.
If you want a solid color background all you need is a solid colored image - make one in photoshop or any photo manipulation program (or take a screenshot on a Mac).